Add Renesas platform integration - #59
Merged
mzella-ll merged 1 commit intoJul 24, 2026
Merged
Conversation
This was referenced Jun 2, 2026
mzella-ll
force-pushed
the
feature/add-renesas-platform
branch
from
June 2, 2026 01:07
ea07e2b to
2923af7
Compare
manojnacsl
self-requested a review
June 23, 2026 15:42
mzella-ll
force-pushed
the
feature/add-renesas-platform
branch
from
July 6, 2026 02:39
2923af7 to
752ba23
Compare
manojnacsl
reviewed
Jul 10, 2026
Collaborator
|
We'll discuss and resolve the review comments in the scheduled review discussion. Thanks. |
woobagooba
approved these changes
Jul 15, 2026
woobagooba
left a comment
Collaborator
There was a problem hiding this comment.
I have the reviewed the entirety of the PR and have no further comments beyond those made by Manojna.
mzella-ll
force-pushed
the
feature/add-renesas-platform
branch
from
July 22, 2026 04:02
752ba23 to
ee9049d
Compare
mzella-ll
commented
Jul 23, 2026
mzella-ll
commented
Jul 23, 2026
Collaborator
Author
|
The PR has been updated. In addition to handling the comments, the Readme has been extended to integrate information about the proprietary library and compiler as well as the used proprietary APIs. |
manojnacsl
approved these changes
Jul 23, 2026
mzella-ll
force-pushed
the
feature/add-renesas-platform
branch
from
July 24, 2026 04:49
2bbd573 to
ae41b3a
Compare
- Add the Renesas-specific OSAL platform implementation, configuration headers and sample TLVs - Add Renesas IANA Private Enterprise Number - Fix Renesas CC-RX compiler warnings
mzella-ll
force-pushed
the
feature/add-renesas-platform
branch
from
July 24, 2026 05:19
9412af3 to
0e4504e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds the Renesas Wi-SUN platform integration for OpenCSMP.
It introduces the Renesas-specific OSAL implementation, platform configuration headers, wrapper interface, vendor documentation/resources, and sample Renesas TLVs.
This branch includes the following related changes:
Changes
Renesas platform integration
Vendors/Renesas/Readme.mdVendors/Renesas/resources/renesas-logo.jpgosal/renesas_wisun/osal_platform_types.hosal/renesas_wisun/osal_renesas_config.hosal/renesas_wisun/osal_renesas_wisun.cosal/renesas_wisun/osal_renesas_wrapper.hsample/tlvs/renesas_tlvs.cIncluded prerequisite changes
RENESAS = 63257osal/osal.hheader to platform-specificosal_platform_types.hheadersMotivation
The Renesas Wi-SUN platform requires a dedicated OSAL integration layer and platform-specific configuration to use OpenCSMP in a Renesas-based environment.
This PR adds the required platform abstraction files and keeps Renesas-specific configuration and wrapper code separated from the generic OSAL interface.
The included prerequisite changes are needed to make the codebase suitable for the Renesas toolchain and platform structure.
Related issues
Fixes #44
Fixes #51